home *** CD-ROM | disk | FTP | other *** search
/ Professional Web Design - Techniques & Templates / profwebdes.iso / pc / Complete Software / JavaScript CDCookbook / DOSFILES / GAMES / BMIBOX.HTM < prev    next >
Text File  |  2000-01-29  |  682b  |  25 lines

  1. <!--JavaScript Cookbook BMI Window Setup-->
  2.  
  3. <!--
  4.     THE JAVASCRIPT COOKBOOK by Erica Sadun, webrx@mindspring.com
  5.     Copyright (c)2000 by Charles River Media.  All Rights Reserved.
  6.  
  7.     
  8.     Use at your own risk. No warranty is given or implied of the suitability 
  9.     of this product for any specific application. Neither Erica Sadun nor 
  10.     Charles River Media will be held responsible for any unwanted effects 
  11.     due to the use of this product or any derivative. 
  12. -->
  13.  
  14.     <FRAMEset rows="20%, *">  
  15.         <FRAME SRC="../UTIL/BLANK.HTM"
  16.               NAME="JCbmi"
  17.             MARGINWIDTH="1" 
  18.             SCROLLING="no">
  19.         <FRAME SRC="BMI.HTM"
  20.             NAME="JCMainBMI"
  21.             MARGINWIDTH="1">
  22.     </FRAMESET>
  23.  
  24.  
  25.